Parameters
- listArray
- Specifies the source data
- byRow
true
to create a custom list from each row in the range.false
to create a custom list from each column in the range.If this argument is omitted and there are more rows than columns (or an equal number of rows and columns) in the range, the custom list is created from each column in the range.
If this argument is omitted and there are more columns than rows in the range, the custom list is created from each row in the range.
Return Value
true
if the custom list is added; otherwise, false
if the list that you are trying to add already exists.